Clases Pokemon, estadisticas descriptivas

===================================================================

Clases de los legendarios

Serie de tiempo cambio en generaciones

Clasificar un pokemon legendario

## 
## Call:  glm(formula = is_legendary ~ sp_attack + sp_defense + speed + 
##     weight_kg, family = binomial, data = pokemon)
## 
## Coefficients:
## (Intercept)    sp_attack   sp_defense        speed    weight_kg  
##  -10.896293     0.022373     0.030930     0.038564     0.007143  
## 
## Degrees of Freedom: 780 Total (i.e. Null);  776 Residual
##   (20 observations deleted due to missingness)
## Null Deviance:       466.6 
## Residual Deviance: 253   AIC: 263